POV-Ray : Newsgroups : povray.binaries.animations : Re: kaleidoscope : Re: kaleidoscope Server Time
19 Jul 2024 01:03:23 EDT (-0400)
  Re: kaleidoscope  
From: Nicolas Alvarez
Date: 11 Jun 2004 20:06:42
Message: <40ca4912@news.povray.org>
Very cool :)

How did you compressed the video so much? Which program did you use?



news:3ff62c90@news.povray.org...
> Here's a different version, looks very cool when played at full screen :)
>
> --
> Tek
> www.evilsuperbrain.com
>
> "Tek" <tek### [at] evilsuperbraincom> wrote in message
news:3ff60dad@news.povray.org...
> > Here's an animated version of the lace pattern I posted on p.b.i
> >
> > The code for it is this:
> >
> > #declare fA = frame_number;
> >
> > pigment {
> >   //choose some pretty colours
> >   bozo scale .3
> >   pigment_map {
> >     [.3 bozo translate 7 colour_map { [.5 rgb x/2][.7 rgb .8] }]
> >     [.7 rgb <.7,.5,.1>] }
> >   }
> >
> >   //make it into a kaleidoscope
> >   #local nCount = 0;
> >   #while ( nCount < 10 )
> >     rotate -fA*z
> >     warp { repeat y flip y }
> >     #local nCount = nCount + 1;
> >   #end
> > }
> >
> > --
> > Tek
> > www.evilsuperbrain.com
> >
> >
> >
>
>
>


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.